@charset "utf-8";

/* Side Bars */
#side_bar { width: 170px;
			margin: 0;
	     	padding: 150px 0 20px 0;
			color:#FFF;
			font-size:12px;
			font-weight:bold;
            background: url(../../images/main/side_bar_back.jpg) no-repeat top left;
			background-color: #00adef;
			float:left; 
			overflow: hidden; }
			
#side_bar h1, #side_bar h2, #side_bar h3 { width: 156px;
                             height:18px;
			                 font-size:14px;
			                 margin:0 0 0 7px;
			                 padding:2px 0 0 10px; }					 
   
#side_bar ul { width: 156px;
               list-style:none;
               margin:0 0 0 7px;
               padding:4px 0 0 10px; }
			   
#side_bar ul ul { margin:0;
                  padding: 0 0 0 10px;
                  background:none; }	   
			   
#side_bar ul li a, #side_bar ul li a:visited  { display : block;
                                                text-decoration:none;
                                                color:#FFF;
												margin:0;
												padding:0 }	

#side_bar ul li a:hover { text-decoration:none;
                          color:#FFFF00}	
			   
.side_bar_ul-end { margin:0 0 10px 7px; }


/* CSS for IE 6.0 and earlier */				   
#side_bar h1 { background:url(../../images/main/side_bar_top-pink.gif) no-repeat; }	   

#side_bar h2 { background:url(../../images/main/side_bar_top-blue.gif) no-repeat; }		

#side_bar h3 { background:url(../../images/main/side_bar_top-green.gif) no-repeat; }		

#side_bar ul { background:url(../../images/main/side_bar_mid.gif) repeat-y; }		
	   
.side_bar_ul-end { background:url(../../images/main/side_bar_ul-end.gif) no-repeat; }	

#full_circle { background:url(../../images/main/side_bar_circle.gif) no-repeat; }	
				   
	
/* CSS for IE 7.0 and later - and everything else */				
		
body[id=body] #side_bar h1 { background:url(../../images/main/side_bar_top-pink.png) no-repeat; }	

body[id=body] #side_bar h2 { background:url(../../images/main/side_bar_top-blue.png) no-repeat; } 
				
body[id=body] #side_bar h3 { background:url(../../images/main/side_bar_top-green.png) no-repeat; }


body[id=body] #side_bar ul { background:url(../../images/main/side_bar_mid.png) repeat-y; }		

body[id=body] #side_bar ul ul{ background:none}			
				   
body[id=body] .side_bar_ul-end { background:url(../../images/main/side_bar_ul-end.png) no-repeat; }	

body[id=body] #full_circle { background:url(../../images/main/side_bar_circle.png) no-repeat; }	



		   
